home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
BK-SC1_1.DMS
/
in.adf
/
Examples.Lha
/
shared lib example
/
lib_protos.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-18
|
181 b
|
16 lines
#ifndef LIB_PROTOS_H
#define LIB_PROTOS_H
#ifdef __cplusplus
extern "C" {
#endif
int AddTwo(int a, int b);
int AddTree(int a, int b, int c);
#ifdef __cplusplus
};
#endif
#endif